home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / More Primitives / More Primitives.rsrc / STR#_204.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  322 b   |  11 lines

  1. Inputs: Name; [WDirID; [Permission]]
  2. Outputs: ErrorNum; FileRef
  3.  
  4. Inputs: string; [integer; [integer ]]
  5. Outputs: integer; integer | NULL
  6.  
  7. The file called Name is opened, with access level specified by Permission ( 1 = read, 2 = write, 3 = read/write ). If ErrorNum is 0, FileRef is the reference to the opened file.
  8.  
  9. File
  10.  
  11.